home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Utilities
/
Power Utilities.iso
/
ek
/
rir132
/
findfile.bat
< prev
next >
Wrap
DOS Batch File
|
1991-03-16
|
456b
|
9 lines
echo on
rem This batch file runs RIR so that it searches the entire current hard
rem disk for a file specification. The %1 in the command is replaced by
rem whatever you type after the batch file name, so if you type
rem "filefind m*.*", rir will search for every file starting with M.
rem The /s parameter is what tells it to "recurse" subdirectories, and
rem the /b parameter tells it to list just file names, with full pathnames.
rir \%1 /b /s